home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / c / random.lha / random / r250 / r250.h < prev    next >
Text File  |  1999-02-28  |  153b  |  9 lines

  1. /*** Function prototypes for R250 random number generator, by W. L. Maier  ***/
  2.  
  3. unsigned int r250();
  4.  
  5. unsigned int r250n(unsigned n);
  6.  
  7. double dr250();
  8.  
  9.